[v-cloak] {
  display: none;
}
.container-fluid {
  min-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

.container {
  position: relative;
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

/* 工具类 */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

/* 首页header */
.home-header {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  min-width: 1280px;
  height: 81px;
  color: #333333;
  background: #ffffff;
}

.home-header .logo {
  margin-top: 20px;
  width: 229px;
  height: 41px;
}

.home-header .top-nav {
  margin-top: 25px;
  height: 30px;
}

.home-header .top-nav a {
  color: inherit;
}

.home-header .top-nav .menu-item {
  position: relative;
  float: left;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #333333;
}
.home-header .top-nav .menu-item + .menu-item {
  margin-left: 20px;
  padding-left: 20px;
}
.home-header .top-nav .menu-item + .menu-item:before {
  position: absolute;
  top: 11px;
  left: 0;
  width: 1px;
  height: 8px;
  border-right: 1px solid #333;
  content: "";
}
/* 科普号注册 */
.home-header .top-nav .menu-register {
  float: left;
  margin-right: 30px;
}
.home-header .top-nav .kph-register {
  display: block;
  width: 88px;
  height: 30px;
  background: url(/assets/images/kph-register-new.png) no-repeat center;
  background-size: 88px 30px;
}
/* 注册弹窗 */
.home-header .top-nav .menu-register-list_wrap {
  position: absolute;
  top: 8px;
  left: -24px;
  display: none;
  float: none !important;
  width: 143px;
  padding-top: 48px;
}
.home-header .top-nav .menu-register:hover .menu-register-list_wrap {
  display: block;
}

.home-header .top-nav .menu-register-list {
  background: #ffffff;
  box-shadow: 0px 2px 14px 0px rgba(1, 20, 97, 0.43);
  border-radius: 0px 0px 4px 4px;
  overflow: hidden;
}
.home-header .top-nav .menu-register-list-item {
  height: 44px;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 300;
  color: #333333;
  line-height: 20px;
}
.home-header .top-nav .menu-register-list-item:hover {
  font-weight: 600;
  color: #fff;
  background: #0384ff;
}
.home-header .top-nav .menu-register-list-item > a {
  display: block;
}
/* 用户登录、信息和退出 */
.home-header .top-nav .menu-user-info {
  float: left;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  vertical-align: middle;
}
.home-header .top-nav .menu-user-info > div {
  float: left;
}
.home-header .top-nav .menu-user-avatar {
  width: 30px;
  height: 30px;
}
.home-header .top-nav .menu-user-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.home-header .top-nav .menu-user-nickname {
  margin-left: 14px;
  margin-right: 6px;
  max-width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home-header .top-nav .menu-user-icon i.iconfont {
  font-size: 10px;
}

.home-header .top-nav .menu-logout {
  float: left;
  margin-left: 15px;
}

.home-header .top-nav .menu-user-list_wrap {
  position: absolute;
  top: 8px;
  right: 0;
  display: none;
  float: none !important;
  width: 143px;
  padding-top: 48px;
}
.home-header .top-nav .menu-user-info:hover .menu-user-list_wrap {
  display: block;
}

.home-header .top-nav .menu-user-list {
  background: #ffffff;
  box-shadow: 0px 2px 14px 0px rgba(1, 20, 97, 0.43);
  border-radius: 0px 0px 4px 4px;
  overflow: hidden;
}
.home-header .top-nav .menu-user-list-item {
  height: 44px;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 300;
  color: #333333;
  line-height: 20px;
}
.home-header .top-nav .menu-user-list-item:hover {
  font-weight: 600;
  color: #fff;
  background: #0384ff;
}
.home-header .top-nav .menu-user-list-item > a {
  display: block;
}
.home-header .top-nav .menu-login {
  float: left;
}

/* 微信和微博图标 */
.home-header .top-nav .menu-meiti {
  position: relative;
  cursor: pointer;
}
.home-header .top-nav .menu-meiti i.iconfont {
  font-size: 20px;
}
.home-header .top-nav .menu-meiti-qrcode {
  position: absolute;
  top: 28px;
  right: auto;
  bottom: auto;
  left: -55px;
  z-index: 10;
  display: none;
  width: 125px;
  height: 148px;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  text-align: center;
  background: url(../../vendors/images/qr-code-bg.png) no-repeat 0 0;
}
.home-header .top-nav .menu-meiti:hover .menu-meiti-qrcode {
  display: block;
}
.home-header .top-nav .menu-meiti-qrcode img {
  display: block;
  width: 80%;
  margin: 18px auto 0;
}
/* 在线客服 */
.home-header .top-nav .menu-service {
  display: block;
  width: 108px;
  height: 30px;
  border-radius: 15px;
  border: 1px solid #333333;
  overflow: hidden;
  font-size: 16px;
  text-align: center;
  line-height: 28px;
}
.home-header .top-nav .menu-service i.iconfont {
  font-size: 20px;
}

/* 轮播图 */
.top-swiper {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  width: 100%;
  height: 260px;
  background: url(/assets/images/home/top-header.png) no-repeat top right;
  background-size: cover;
}

.home-title {
  margin-top: 47px;
}

/* 搜索 */
.search_wrap {
  position: absolute;
  top: 150px;
  right: 0;
  left: 0;
  z-index: 24;
  margin: auto;
  width: 829px;
}
.search-box {
  width: 100%;
  height: 60px;
  background: #ffffff;
  border-radius: 10px;
}

.search-input_wrap {
  position: relative;
  z-index: 10;
  width: 737px;
  height: 60px;
  padding: 10px 24px 10px 0;
}

.search-input {
  width: 600px;
  height: 40px;
  padding: 0;
  font-size: 18px;
  border: none;
  vertical-align: bottom;
}

.search-btn {
  width: 92px;
  height: 60px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 60px;
  text-align: center;
  background: linear-gradient(63deg, #0162f5 0%, #0148f5 100%);
  border-radius: 0 10px 10px 0;
  cursor: pointer;
  position: relative;
}

.search-type {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 52px;
}

.search-type-item {
  position: relative;
  height: 52px;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  line-height: 52px;
  -webkit-transition: all ease-in-out 200ms;
  -moz-transition: all ease-in-out 200ms;
  -ms-transition: all ease-in-out 200ms;
  transition: all ease-in-out 200ms;
  cursor: pointer;
  text-align: center;
}
.search-type-item::after {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 34px;
  height: 4px;
  content: "";
  background-color: #ffdf00;
  border-radius: 2px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all ease-in-out 200ms;
  -moz-transition: all ease-in-out 200ms;
  -ms-transition: all ease-in-out 200ms;
  transition: all ease-in-out 200ms;
}

.search-type-item.active {
  font-weight: 600;
}
/* 这里的1.2和js中有关联，修改时请在index.html中查找变量searchTypeItemScale进行相应修改 */
/* .search-type-item:hover,
.search-type-item.active {
  position: relative;
  font-weight: bolder;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(
    1.2
  ); 
  
} */
.search-type-item.active::after {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(
    0.8
  ); /* 这里的1.2和js中有关联，修改时请在index.html中查找变量searchTypeItemScale进行相应修改 */
}

.go-page {
  position: absolute;
  top: 66px;
  left: -3px;
  width: 74px;
  height: 26px;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
  text-align: center;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 13px;
  border: 1px solid #ffffff;
  cursor: pointer;
  -webkit-transition: all ease-in-out 200ms;
  -moz-transition: all ease-in-out 200ms;
  -ms-transition: all ease-in-out 200ms;
  transition: all ease-in-out 200ms;
}
/* 搜索建议 */
.search-suggest-list {
  position: absolute;
  top: 0;
  right: 92px;
  left: 0px;
  z-index: 9;
  display: none;
  padding: 60px 0 10px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 1px 6px 0px rgba(223, 223, 223, 0.5);
}
.search-suggest-item {
  padding: 10px 24px;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search-suggest-item:hover {
  background: #f9f9f9;
}
.search-suggest-item:first-child {
  border-top: 1px solid #e5e5e5;
}
.search-suggest-item a {
  display: block;
  color: #333;
}
.search-suggest-item a > span {
  color: #6593ee;
}
/* 搜索历史记录 */
.search-history-list {
  position: absolute;
  top: 0;
  right: 92px;
  left: 0px;
  z-index: 9;
  display: none;
  padding: 60px 0 10px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 1px 6px 0px rgba(223, 223, 223, 0.5);
}
.search-history-top {
  padding: 10px 24px;
  font-size: 14px;
  color: #6593ee;
  border-top: 1px solid #e5e5e5;
}
.search-history-clearall {
  cursor: pointer;
}
.search-history-item {
  position: relative;
  padding: 10px 60px 10px 24px;
  font-size: 16px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search-history-item:hover {
  background: #f9f9f9;
}
.search-history-item a {
  color: #333;
}
.search-history-item:hover .search-history-close {
  position: absolute;
  right: 30px;
  top: 9px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: url(/assets/images/close_3.png) no-repeat;
  background-size: 20px;
}

/* 轮播图 */
.top-swiper .swiper-container {
  height: 529px;
}

.top-swiper .swiper-container .container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.swiper-button-next,
.swiper-button-prev {
  /* margin-top: -5px; */
  width: 60px;
  height: 100px;
  background-size: 100%;
  -webkit-transition: all ease-in-out 200ms;
  -moz-transition: all ease-in-out 200ms;
  -ms-transition: all ease-in-out 200ms;
  transition: all ease-in-out 200ms;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 8px;
}
.swiper-button-prev {
  left: 0;
  background: url(/assets/images/home/arrow-left.png) no-repeat center center;
}
.swiper-button-next {
  right: 0;
  background: url(/assets/images/home/arrow-right.png) no-repeat center center;
}

.top-swiper .swiper-pagination-bullets {
  bottom: 40px;
}

.top-swiper .swiper-pagination-bullet {
  width: 40px;
  height: 4px;
  border-radius: 2px;
  background-clip: border-box;
  background: #fff;
  opacity: 1;
}

.top-swiper .swiper-pagination-bullet-active {
  background: #fff700;
}

.top-swiper .swiper-wrapper {
  height: auto;
}

.top-swiper .swiper-wrapper .swiper-slide {
  height: 660px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.24);
}

.top-swiper .swiper-wrapper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 三大中心 */
.modules {
  height: 1066px;
  background: #000723 url(/assets/images/home/modules-bg.png) no-repeat center;
  background-size: 1920px 1066px;
  overflow: hidden;
}

.modules-content {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 141px 5px auto;
  color: #fff;
}

.modules-card {
  width: 378px;
  height: 719px;
  background-color: rgba(88, 105, 255, 0.11);
  box-shadow: inset 0 4px 2px 0 rgba(0, 26, 255, 1),
    inset 0 -3px 0 0 rgba(255, 203, 0, 1);
  border-radius: 57px;
  backdrop-filter: blur(5px);
}

.modules-title {
  width: 350px;
  height: 57px;
}

.modules-desc {
  width: 310px;
  margin: 30px auto 38px;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  line-height: 26px;
}

/* 创作中心 */
.chuangzuo-img {
  margin-top: 53px;
  margin-bottom: 16px;
}

.chuangzuo-btn {
  display: block;
  margin: 0 auto;
  width: 263px;
  height: 54px;
  background: url(/assets/images/home/chuangzuo-btn.png) no-repeat center center;
}

/* 资源中心 */
.modules-ziyuan {
  padding: 57px 0 11px;
  width: 434px;
  text-align: center;
}

.ziyuan-upload-btn {
  display: block;
  width: 173px;
  height: 54px;
  background: url(/assets/images/home/upload-btn.png) no-repeat center center;
}

.ziyuan-download-btn {
  display: block;
  width: 173px;
  height: 54px;
  background: url(/assets/images/home/download-btn.png) no-repeat center center;
}

.ziyuan-img {
  margin-top: 22px;
}

/* 管理中心 */
.guanli-img {
  margin-top: 53px;
  margin-bottom: 16px;
}

.guanli-btn {
  display: block;
  margin: 0 auto;
  width: 263px;
  height: 54px;
  background: url(/assets/images/home/guanli-btn.png) no-repeat center center;
}

/* 云榜单 */
.bangdan {
  padding-top: 64px;
}
.bangdan-title {
  margin-top: 12px;
  margin-bottom: 12px;
  height: 94px;

  background: linear-gradient(193deg, #00c4ff 0%, #007cff 100%);
}

.bangdan-title-text {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  line-height: 94px;
}

.bangdan-title-text span {
  display: inline-block;
  margin: 0 20px;
  width: 6px;
  height: 6px;
  background-color: #ffffff;
  border-radius: 50%;
  vertical-align: middle;
}

.bangdan-title-text::before {
  display: inline-block;
  margin-right: 20px;
  width: 175px;
  height: 1px;
  content: "";
  background: #ffffff;
  vertical-align: middle;
}

.bangdan-list-wrap {
  position: relative;
  padding: 48px 0;
  /* background: url(/assets/images/home/top-bg-new.png) no-repeat center center; */
  /* background-size: 100% 100%; */
  overflow: hidden;
}

.bangdan-list {
  color: #fff;
  /* margin-top: 35px; */
}

.bangdan-list:nth-child(-n + 2) {
  margin-top: 0;
}

.bangdan-list-title {
  font-size: 24px;
  font-weight: 600;
  color: #002d5c;
  line-height: 28px;
  background: url(/assets/images/home/title-bg2.png) no-repeat bottom;
  background-size: contain;
  padding: 11px 0 18px 48px;
  margin-bottom: 12px;
}

.bangdan-list-body {
  padding: 21px 24px;
  width: 585px;
  height: 716px;
  background: #ffffff;
  border-radius: 29px 0px 0px 0px;
  background: linear-gradient(180deg, #f2f6ff 0%, rgba(255, 255, 255, 0) 100%);
}

.bangdan-list-body table {
  width: 100%;
  table-layout: fixed;
}

.bangdan-list-body thead {
  padding-bottom: 10px;
  height: 35px;
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  line-height: 25px;
}

.bangdan-list-body thead th {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
}

.bangdan-list-body thead th:first-child {
  width: 40px;
  text-align: left;
}

.bangdan-list-body thead th:nth-child(2) {
  padding-left: 60px;
  padding-right: 10px;
  text-align: center;
}

.bangdan-list-body thead th.bangdan-list-right {
  width: 110px;
  text-align: right;
}

.bangdan-list-body tbody {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
}

.bangdan-list-body tbody td {
  height: 43px;
  line-height: 43px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bangdan-list-body tbody td:nth-child(2) {
  padding: 10px;
  padding-left: 30px;
}

.bangdan-list-body tbody td.bangdan-list-right {
  text-align: right;
}

.bangdan-list-body tbody .top-num {
  width: 35px;
  height: 35px;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  line-height: 35px;
  background-color: #2e2eb7;
  border-radius: 50%;
}

.bangdan-list-body tbody tr:nth-child(1) .top-num {
  width: 37px;
  height: 43px;
  font-size: 0;
  background: url(/assets/images/home/top1-icon.png) no-repeat center center;
}

.bangdan-list-body tbody tr:nth-child(2) .top-num {
  width: 37px;
  height: 43px;
  font-size: 0;
  background: url(/assets/images/home/top2-icon.png) no-repeat center center;
}

.bangdan-list-body tbody tr:nth-child(3) .top-num {
  width: 37px;
  height: 43px;
  font-size: 0;
  background: url(/assets/images/home/top3-icon.png) no-repeat center center;
}
/* 下载 */
.bangdan-list-body tbody tr:nth-child(n + 4) .color-xia {
  background-color: #dee6ff;
  color: #333;
}
/* 收藏 */
.bangdan-list-body tbody tr:nth-child(n + 4) .color-shou {
  background-color: #dee6ff;
  color: #333;
}
/* 最新 */
.bangdan-list-body tbody tr:nth-child(n + 4) .color-zui {
  background-color: #dee6ff;
  color: #333;
}
/* 科普号 */
.bangdan-list-body tbody tr:nth-child(n + 4) .color-jing {
  background-color: #dee6ff;
  color: #ffffff;
}

.bangdan-list-body tbody td a {
  color: inherit;
}
.bangdan-list-body tbody td a:hover {
  opacity: 0.8;
}

.hot {
  position: relative;
  display: inline-block;
  width: 90px;
  height: 18px;
  background: url(/assets/images/home/hot5.png) no-repeat center;
  background-size: 100% 100%;
}
/* 下载榜热度 */
.download-list tr:nth-child(4) .hot,
.download-list tr:nth-child(5) .hot,
.download-list tr:nth-child(6) .hot {
  background-image: url(/assets/images/home/hot4.png);
}
.download-list tr:nth-child(7) .hot,
.download-list tr:nth-child(8) .hot {
  background-image: url(/assets/images/home/hot3.png);
}
.download-list tr:nth-child(9) .hot {
  background-image: url(/assets/images/home/hot2.png);
}
.download-list tr:nth-child(10) .hot {
  background-image: url(/assets/images/home/hot1.png);
}
/* 收藏榜热度 */
.collection-list tr:nth-child(5) .hot,
.collection-list tr:nth-child(6) .hot,
.collection-list tr:nth-child(7) .hot,
.collection-list tr:nth-child(8) .hot {
  background-image: url(/assets/images/home/hot4.png);
}
.collection-list tr:nth-child(9) .hot {
  background-image: url(/assets/images/home/hot3.png);
}
.collection-list tr:nth-child(10) .hot {
  background-image: url(/assets/images/home/hot2.png);
}
/* 传播榜热度 */
.latest-list tr:nth-child(3) .hot,
.latest-list tr:nth-child(4) .hot,
.latest-list tr:nth-child(5) .hot {
  background-image: url(/assets/images/home/hot4.png);
}
.latest-list tr:nth-child(6) .hot,
.latest-list tr:nth-child(7) .hot,
.latest-list tr:nth-child(8) .hot {
  background-image: url(/assets/images/home/hot3.png);
}
.latest-list tr:nth-child(9) .hot {
  background-image: url(/assets/images/home/hot2.png);
}
.latest-list tr:nth-child(10) .hot {
  background-image: url(/assets/images/home/hot1.png);
}
/* 科普号热度 */
.science-list tr:nth-child(3) .hot,
.science-list tr:nth-child(4) .hot,
.science-list tr:nth-child(5) .hot {
  background-image: url(/assets/images/home/hot4.png);
}
.science-list tr:nth-child(6) .hot,
.science-list tr:nth-child(7) .hot {
  background-image: url(/assets/images/home/hot3.png);
}
.science-list tr:nth-child(8) .hot,
.science-list tr:nth-child(9) .hot {
  background-image: url(/assets/images/home/hot2.png);
}
.science-list tr:nth-child(10) .hot {
  background-image: url(/assets/images/home/hot1.png);
}

/* 浮窗 */
.kepuhao-register-float {
  display: none;
  width: 211px;
  height: 173px;
  position: fixed;
  z-index: 999;
  top: auto;
  right: 73px;
  bottom: 310px;
  left: auto;
}

.wenjuan-float {
  display: none;
  width: 218px;
  height: 290px;
  position: fixed;
  z-index: 999;
  top: auto;
  right: 70px;
  bottom: 100px;
  left: auto;
}

/* 科普资源 */
.resources-lists {
  /* width: 1220px;
  overflow: hidden;
  margin: 0 auto; */
  /* height: 1000px; */
  background: #fff;
  overflow: hidden;
  margin-bottom: 50px;
  position: relative;
  background: url(/assets/images/home/line3.png) no-repeat top center;
  background-size: cover;
}
.resources-lists .resources-lists-box {
  position: relative;
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.resources-lists-title {
  margin-top: 50px;
  font-size: 14px;
}
.resources-lists-title span {
  /* float: right; */
}
.resources-lists-title span a {
  color: #333;
}
.resources-lists-box-list {
  width: 384px;
  height: 305px;
  float: left;
  margin-right: 24px;
  margin-bottom: 24px;
}
.resources-lists-box-list:first-child {
  width: 792px;
}

.resources-lists-box-list .lists-image {
  width: 100%;
  height: 305px;
  position: relative;
}
.resources-lists-box-list .lists-image .title-image {
  width: 100%;
  height: 305px;
}
.resources-lists-box-list .lists-image .title-image-play {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 82px;
  width: 36px;
  height: 36px;
}
.resources-lists-box-list .lists-text {
  overflow: hidden;
  color: #fff;
  width: 100%;
  position: absolute;
  font-size: 28px;
  font-weight: 600;
  top: 0;
  padding: 36px;
}
.resources-lists-box-list .lists-text p {
  height: 56px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 12px 12px 20px 12px;
  font-size: 18px;
  line-height: 30px;
}
.resources-lists-box-list .lists-text p a {
  color: #333333;
}
.resources-lists-box-lists {
  overflow: hidden;
  margin-top: 20px;
}
.resources-lists-box-lists .resources-lists-box-list:nth-child(2) {
  margin-right: 0;
}
.resources-lists-box-lists .resources-lists-box-list:nth-child(5) {
  margin-right: 0;
}
.lists-text-timeod {
  margin-left: 28px;
}
.lists-text-time {
  font-size: 14px;
  font-weight: 400;
  color: #929292;
  box-sizing: border-box;
  padding-left: 12px;
}
.lists-text-name {
  display: inline-block;
  max-width: 150px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: top;
}
.lists-text-name a {
  color: #333333;
}
/* .yewu {
  background: url(/assets/images/home/yewu-bg.png) no-repeat;
  background-size: 100%;
} */
.zhiyvan {
  background: url(/assets/images/home/zhiyvan-bg.png) no-repeat;
  background-size: 100%;
}
/* .guanli {
  background: url(/assets/images/home/guanli-bg.png) no-repeat;
  background-size: 100%;
} */
.centers {
  height: 653px;
  background: #ffffff;
}
.centers-box {
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 58px;
}
.centers-box .centers-list:hover {
  border: 6px solid rgba(105, 172, 255, 0.37);
  transform: translateY(-20px);
}
.centers-list {
  width: 371px;
  border: 6px solid rgba(255, 105, 105, 0);
  float: left;
  border-radius: 15px;
  position: relative;
  box-sizing: border-box;
  -webkit-transition: all ease-in-out 200ms;
  -moz-transition: all ease-in-out 200ms;
  -ms-transition: all ease-in-out 200ms;
  transition: all ease-in-out 200ms;
}
.centers-list div {
  box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.1);
  width: 359px;
  height: 537px;
  box-sizing: content-box;
  border-radius: 15px;
  overflow: hidden;
}
.centers-list-right {
  margin-right: 43px;
}
.centers-list img {
  margin-left: 46px;
  margin-top: 28px;
}
.centers-list p {
  width: 311px;
  font-size: 16px;
  color: #ffffff;
  line-height: 22px;
  margin: auto;
  margin-top: 10px;
}

.title_img {
  display: inline-block;
  padding-left: 6px;
  padding-right: 6px;
  background: linear-gradient(90deg, #2f6fec 0%, #62bdd9 100%);
  border-radius: 4px;
  height: 28px;
  width: 54px;
  line-height: 28px;
  vertical-align: top;
  margin-top: 8px;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  margin-right: 10px;
}
/** 新版头部*/
.nav-bg {
  background: #024ac2;
}
.center {
  text-align: center;
}
.middle {
  vertical-align: middle;
}
.search-icon-title {
  width: 14px;
  margin-left: 8px;
}
.resources-three {
  background: url("/assets/images/home/resources-three.png") no-repeat center;
  background-size: cover;
  height: 395px;
  padding-top: 50px;
}
.resources-bg {
  background-color: #fff;
  padding: 4px;
  font-size: 0;
}
.yewu {
  height: 280px;
  width: 335px;
  background: linear-gradient(21deg, #9ac8ff 0%, #d9edff 100%);
  display: inline-block;
  position: relative;
  overflow: hidden;
  transition: all 0.25s linear;
}
.yewu:after {
  background: url("/assets/images/home/yewu-icon2.png") no-repeat center;
  width: 198px;
  height: 237px;
  display: block;
  content: "";
  position: absolute;
  right: -15px;
  bottom: 0;
}
.yewu::before {
  background: url("/assets/images/home/yewu-icon1.png") no-repeat center;
  width: 65px;
  height: 74px;
  display: block;
  content: "";
  position: absolute;
  left: 96px;
  bottom: 0;
}
.ziyuan {
  height: 280px;
  width: 335px;
  background: linear-gradient(31deg, #3d73ff 0%, #a4d3ff 100%);
  display: inline-block;
  margin: 0 4px;
  position: relative;
  overflow: hidden;
  transition: all 0.25s linear;
}
.ziyuan:after {
  background: url("/assets/images/home/ziyuan-icon2.png") no-repeat center;
  width: 230px;
  height: 227px;
  display: block;
  content: "";
  position: absolute;
  right: -15px;
  bottom: 0;
}
.guanli {
  height: 280px;
  width: 335px;
  background: linear-gradient(0deg, #7694ff 0%, #ccd8ff 100%);
  display: inline-block;
  position: relative;
  overflow: hidden;
  transition: all 0.25s linear;
}
.guanli:after {
  background: url("/assets/images/home/guanli-icon2.png") no-repeat center;
  width: 230px;
  height: 227px;
  display: block;
  content: "";
  position: absolute;
  right: -15px;
  bottom: 0;
}
.w300 {
  width: 300px;
  margin-top: 87px;
  position: relative;
  z-index: 22;
}
.w115 {
  width: 115px;
  margin-top: 21px;
  position: relative;
  z-index: 22;
}
.mouseenter-resources .center-status-2 {
  display: none;
}
.mouseenter-active {
  width: 514px;
}
.mouseenter-active .center-status-1 {
  display: none;
}
.mouseenter-active .center-status-2 {
  display: block;
}
.w380 {
  width: 380px;
  margin-top: 66px;
  position: relative;
  z-index: 22;
}
.resources-msg {
  padding: 24px 29px 14px;
  font-size: 20px;
  position: absolute;
  bottom: 0;
  z-index: 22;
  color: #fff;
  height: 128px;
  line-height: 30px;
  width: 514px;
  left: 0;
  border-image: linear-gradient(
      154deg,
      rgba(255, 255, 255, 0.59),
      rgba(255, 255, 255, 0)
    )
    2 2;
  border-top: 2px solid;
}
.yewu .resources-msg {
  background-color: #9ac7fb;
}
.ziyuan .resources-msg {
  background-color: #608fff;
}
.guanli .resources-msg {
  background-color: #809cff;
}
.mt-10 {
  margin-top: 10px;
}
.def-w335 {
  width: 335px;
}
.bg-week {
  background: url("/assets/images/home/renew-week.png") no-repeat center;
  background-size: cover;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  width: 84px;
  height: 24px;
  padding-left: 24px;
  line-height: 24px;
}
.f-36 {
  font-size: 36px;
  font-weight: 500;
}
.bangdan-title-describe {
  color: #666666;
  font-size: 18px;
  padding-left: 28px;
  position: relative;
}
.has-round::after {
  position: absolute;
  top: 8px;
  right: -13px;
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background: #dcdcdc;
  opacity: 1;
  border-radius: 50%;
}
.mt-6 {
  margin-top: 6px;
}
.more-txt {
  width: 153px;
  height: 52px;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  border: 2px solid #ffffff;
  font-size: 20px;
  font-weight: 400;
  position: absolute;
  bottom: 36px;
  left: 36px;
  line-height: 52px;
  text-align: center;
  color: #ffffff;
}
/* .triangle {
    width: 0;
    height: 0;
    border-left: 5px solid skyblue;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
} */
.triangle {
  width: 0;
  height: 0;

  border-top: 100px solid red;

  border-right: 100px solid transparent;
}

.more-txt:hover {
  color: #0148f5;
  background: #fff;
}

.kjg-bg {
  background: url("/assets/images/home/kjg.jpg") no-repeat center;
  background-size: cover;
  height: 300px;
}
.kjg-dec {
  font-size: 30px;
  font-weight: 600;
  color: #ffffff;
  line-height: 35px;
  letter-spacing: 2px;
  padding-left: 54px;
}
.xiangmu-list {
  background: url("/assets/images/home/xiangmu.png") no-repeat center;
  background-size: cover;
  padding: 41px 0 33px;
}
.header-title {
  font-size: 36px;
  font-weight: 500;
  color: #ffffff;
  line-height: 42px;
  position: relative;
}
.header-title::after {
  width: 50px;
  height: 4px;
  background: #67d3fa;
  border-radius: 10px 10px 10px 10px;
  opacity: 1;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -25px;
  content: "";
  display: block;
}
.xiangmu-bg {
  background: url("/assets/images/home/xiangmu-bg.png") no-repeat center;
  background-size: cover;
  padding: 54px 0 29px;
}
.xiangmu-item {
  width: 220px;
  height: 85px;
  background: linear-gradient(180deg, #f0f2ff 0%, #ffffff 100%);
  box-shadow: 0px 20px 24px 0px #e9ebfa, inset 0px 1px 0px 2px #ffffff;
  border-radius: 0px 0px 0px 0px;
  background-size: cover;
  font-size: 18px;
  font-weight: 600;
  color: #0029a5;
  line-height: 85px;
  text-align: center;
  position: relative;
  margin-right: 24px;
  margin-bottom: 48px;
}
.xiangmu-item-word {
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
  width: 84px;
  height: 24px;
  display: block;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
}
.xiangmu-item:nth-child(n) .xiangmu-item-word {
  background: url("/assets/images/home/icon-bg-1.png") no-repeat center;
  background-size: cover;
}
.xiangmu-item:nth-child(2n) .xiangmu-item-word {
  background: url("/assets/images/home/icon-bg-2.png") no-repeat center;
  background-size: cover;
}
.xiangmu-item:nth-child(3n) .xiangmu-item-word {
  background: url("/assets/images/home/icon-bg-3.png") no-repeat center;
  background-size: cover;
}
.xiangmu-item:nth-child(4n) .xiangmu-item-word {
  background: url("/assets/images/home/icon-bg-4.png") no-repeat center;
  background-size: cover;
}
.xiangmu-item:nth-child(1),
.xiangmu-item:nth-child(10) {
  margin-left: 122px;
}
.xiangmu-item:nth-child(4),
.xiangmu-item:nth-child(13) {
  margin-right: 122px;
}
.xiangmu-item:nth-child(9) {
  margin-right: 0;
}
.more-txt-icon {
  position: relative;
}
.more-txt-icon::after {
  background: url(/assets/images/home/more-txt-icon.png) no-repeat center;
  background-size: contain;
  width: 11px;
  height: 11px;
  position: absolute;
  display: block;
  content: "";
  top: 7px;
  right: -15px;
}
.more-txt:hover .more-txt-icon::after {
  background: url(/assets/images/home/more-txt-icon2.png) no-repeat center;
}
#infoPage .table-list-row {
  background: linear-gradient(31deg, #0070f4 0%, #0044f4 100%);
}
#infoPage .table-list-row th.el-table__cell {
  background: transparent;
}

#infoPage .list-row-item .cell {
  width: 148px;
  font-size: 16px;
  font-weight: 400;
  height: 36px;
  line-height: 36px;
  border-radius: 4px 4px 4px 4px;
  opacity: 1;
  border: 1px solid #ffffff;
  color: #fff;
  padding-right: 0;
}
#infoPage .list-row-item .cell .caret-wrapper {
  margin-top: -4px;
}
#infoPage .list-row-item:nth-child(1) .cell {
  color: #0670ef;
  background: linear-gradient(135deg, #fff2c1 0%, #ffd600 100%);
  border: 0;
}
.img-quess {
  margin-top: -4px;
  margin-left: 3px;
  margin-right: 4px;
}
#infoPage .el-table--border::after,
#infoPage .el-table::before {
  background-color: #0146f5;
}
#infoPage .el-table .sort-caret.ascending {
  border-bottom-color: #ffffff;
}
#infoPage .el-table .sort-caret.descending {
  border-top-color: #ffffff;
}
#infoPage .el-table .ascending .sort-caret.ascending {
  border-bottom-color: #ffdf00;
}

#infoPage .el-table .descending .sort-caret.descending {
  border-top-color: #ffdf00;
}

#infoPage
  .el-table--striped
  .el-table__body
  tr.el-table__row--striped
  td.el-table__cell {
  background: #ecf3ff;
}
#infoPage .list-item {
  height: 70px;
}
#infoPage .list-item td.el-table__cell {
  border-right: 1px solid #d1e2ff;
  font-size: 20px;
  color: #333333;
}

#infoPage .list-item td.el-table__cell .cell {
  line-height: 23px;
  max-height: 46px;
  word-break: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: normal;
}
#infoPage .list-item td.el-table__cell:last-child {
  border-right: 1px solid #0146f5;
}
#infoPage .list-item td.el-table__cell:first-child {
  border-left: 1px solid #0146f5;
}
#infoPage .el-table td.el-table__cell,
#infoPage .el-table th.el-table__cell.is-leaf {
  border-bottom: none;
}
.xuehui-bg {
  background: url(/assets/images/home/xuehui.png) no-repeat center top;
  padding-top: 44px;
  padding-bottom: 77px;
  background-size: cover;
}
.xuehui-title {
  color: #333333;
}
.xiangmu-title {
  color: #fff;
}
.pb-36 {
  padding-bottom: 36px;
}
.status-box {
  width: 370px;
  height: 52px;
  background: #0072fd;
  border-radius: 84px 84px 84px 84px;
  opacity: 1;
  font-size: 20px;
  font-weight: 300;
  color: #ced8ff;
  line-height: 52px;
  display: inline-block;
}
.active-type {
  font-weight: 600;
  color: #ffffff;
}
.relative {
  position: relative;
}
.more-box {
  position: absolute;
  right: 0;
  top: 0;
}
.time-xuehui {
  display: inline;
  position: absolute;
  line-height: 52px;
  right: 0;
}
.time-range-title {
  font-size: 16px;
  font-weight: 400;
}
#infoPage .el-table__empty-block {
  border: 1px solid #0146f5;
}
.def-status {
  cursor: pointer;
  width: 140px;
  display: inline-block;
}
.select_box {
  color: #6d6d6d;
  position: relative;
  cursor: pointer;
  width: 100px;
  font-size: 16px;
  display: inline-block;
  vertical-align: bottom;
  height: 40px;
}
.select_txt {
  display: inline-block;
  width: 100px;
  line-height: 40px;
  height: 40px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  padding-right: 10px;
}
.select_txt::after {
  position: absolute;
  width: 1px;
  height: 22px;
  content: "";
  background-color: #e7e7e7;
  display: block;
  right: 10px;
  top: 10px;
}
.option {
  width: 90px;
  border: solid 1px #ede7d6;
  position: absolute;
  top: 40px;
  left: -1px;
  z-index: 2;
  overflow: hidden;
  display: none;
  color: #6d6d6d;
  box-shadow: 1px 2px 8px #ccc;
}
.option span {
  display: block;
  height: 36px;
  line-height: 36px;
  text-align: left;
  padding: 0 10px;
  width: 100%;
  background: #fff;
  text-align: center;
  color: #6d6d6d;
}
.option a:hover {
  background: #fde0e5;
}
.new-top-header {
  position: absolute;
  z-index: 22;
  left: 50%;
  margin-left: -600px;
}
.resources-lists-box-list .lists-image::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  left: 0;
  top: 0;
}
.resources-lists-box-list:first-child .lists-image::before {
  background: rgba(0, 56, 255, 0.2)
    linear-gradient(55deg, #77deff 17%, rgba(0, 194, 255, 0.13) 100%);
}
.resources-lists-box-list:nth-child(2) .lists-image::before {
  background: rgba(0, 56, 255, 0.2)
    linear-gradient(205deg, #002da1 0%, rgba(0, 62, 123, 0.41) 100%);
}
.resources-lists-box-list:nth-child(3) .lists-image::before {
  background: linear-gradient(205deg, rgba(3, 217, 191, 0.39) 0%, #003e89 100%);
}
.resources-lists-box-list:nth-child(4) .lists-image::before {
  background: linear-gradient(
    24deg,
    rgba(3, 147, 0, 0.65) 0%,
    rgba(177, 220, 123, 0.44) 100%
  );
}
.resources-lists-box-list:nth-child(5) .lists-image::before {
  background: linear-gradient(
    24deg,
    rgba(147, 70, 0, 0.65) 0%,
    rgba(255, 200, 3, 0.93) 100%
  );
}
.resources-lists-box-list .lists-text {
  text-shadow: 0px 2px 4px #0789bc;
}
.resources-lists-box-list:nth-child(2) .lists-text {
  text-shadow: 0px 2px 4px #00236f;
}
.resources-lists-box-list:nth-child(3) .lists-text {
  text-shadow: 0px 2px 4px #004c75;
}
.resources-lists-box-list:nth-child(4) .lists-text {
  text-shadow: 0px 2px 4px #035000;
}
.resources-lists-box-list:nth-child(5) .lists-text {
  text-shadow: 0px 2px 4px #6d3907;
}

.resources-tuijian {
  position: relative;
  margin-top: 20px;
  width: 100%;
  height: 150px;
  background: url(/assets/images/home/home-resoure-tuijian.jpg) no-repeat center center / 100% 100%;
}

.resources-tuijian::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  left: 0;
  top: 0;
  background: rgba(0, 56, 255, 0.2) linear-gradient(55deg, #ffaa77 17%, rgba(0, 194, 255, 0.13) 100%);
}

.resources-tuijian2{
  background-image: url(/assets/images/home/home-resoure-tuijian2.png);
}

.resources-tuijian2::before{
  background: rgba(0, 56, 255, 0.2) linear-gradient(55deg, #0949e5 17%, rgba(0, 194, 255, 0.13) 100%);
}

.resources-tuijian-title{
  overflow: hidden;
  color: #fff;
  width: 100%;
  position: absolute;
  font-size: 28px;
  font-weight: 600;
  top: 0;
  padding: 20px 36px;
  text-shadow: 0px 2px 4px #8b5c40;
}

.resources-tuijian .more-txt{
  bottom: 20px;
}